-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests-only][full-ci] add test to list drives by federation user #10753
Conversation
6f3b7ad
to
3f18f02
Compare
3f18f02
to
62df3fb
Compare
dae200d
to
133e17c
Compare
And using server "REMOTE" | ||
When user "Brian" lists all available spaces via the Graph API | ||
Then the HTTP status code should be "200" | ||
And the JSON response should contain space called "Brian Murphy" and match |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we do not have to check the personal space. We can just check that the shares doesn't exist in the list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for PR: #10672 to be merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for PR: #10672 to be merged.
I have used the following step:
And the json responded should not contain a space with name "folderToShare"
f7487d7
to
fdc56d5
Compare
And using server "REMOTE" | ||
When user "Brian" lists all available spaces via the Graph API | ||
Then the HTTP status code should be "200" | ||
And the json responded should not contain a space with name "folderToShare" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the json responded should not contain a space with name "folderToShare" | |
And the json response should not contain a space with name "folderToShare" |
Looks like a typo. If so we need to fix it on another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah we can do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, do the follow up immediately once this PR is merged
fdc56d5
to
7170ee0
Compare
7170ee0
to
6753d01
Compare
Signed-off-by: prashant-gurung899 <[email protected]>
6753d01
to
5984fd0
Compare
Quality Gate passedIssues Measures |
[tests-only][full-ci] add test to list drives by federation user
Description
This PR adds test to list the drives by federation user and check that federation shares doesn't get listed.
See: #10689 (comment)
Related Issue
name
androot.remoteItem
values in the drives list #10689Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: